[OpenTelemetry] Add an experiment to enable the instrumentation agent in Java's portability harness - #35227
[OpenTelemetry] Add an experiment to enable the instrumentation agent in Java's portability harness#35227sjvanrossum wants to merge 34 commits into
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #35227 +/- ##
==========================================
Coverage 56.76% 56.77%
Complexity 3384 3384
==========================================
Files 1220 1220
Lines 185448 185563 +115
Branches 3520 3520
==========================================
+ Hits 105277 105351 +74
- Misses 76843 76877 +34
- Partials 3328 3335 +7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
Checks are failing. Will not request review until checks are succeeding. If you'd like to override that behavior, comment |
|
Run Java PreCommit |
|
Run Java_IOs_Direct PreCommit |
|
waiting on author |
|
Run Java PreCommit |
|
Run Java_IOs_Direct PreCommit |
…strumentation:opentelemetry-instrumentation-bom for bomupgrader
…es (higher priority) for readability
|
Run Java PreCommit |
|
Run Java_Amazon-Web-Services2_IO_Direct PreCommit |
|
Run Java_IOs_Direct PreCommit |
|
This pull request has been marked as stale due to 60 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that’s incorrect or this pull request requires a review, please simply write any comment. If closed, you can revive the PR at any time and @mention a reviewer or discuss it on the dev@beam.apache.org list. Thank you for your contributions. |
|
This pull request has been marked as stale due to 60 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that’s incorrect or this pull request requires a review, please simply write any comment. If closed, you can revive the PR at any time and @mention a reviewer or discuss it on the dev@beam.apache.org list. Thank you for your contributions. |
|
waiting on author |
|
This pull request has been marked as stale due to 60 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that’s incorrect or this pull request requires a review, please simply write any comment. If closed, you can revive the PR at any time and @mention a reviewer or discuss it on the dev@beam.apache.org list. Thank you for your contributions. |
|
This pull request has been closed due to lack of activity. If you think that is incorrect, or the pull request requires review, you can revive the PR at any time. |
To support OpenTelemetry this change adds the Java instrumentation agent to the portability harness, guarded by an experiment. Acquiring a handle to an
OpenTelemetryinstance is enabled by a newSdkHarnessOptionsproperty.Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:
addresses #123), if applicable. This will automatically add a link to the pull request in the issue. If you would like the issue to automatically close on merging the pull request, commentfixes #<ISSUE NUMBER>instead.CHANGES.mdwith noteworthy changes.See the Contributor Guide for more tips on how to make review process smoother.
To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md
GitHub Actions Tests Status (on master branch)
See CI.md for more information about GitHub Actions CI or the workflows README to see a list of phrases to trigger workflows.